type go.uber.org/mock/gomock.nopTestHelper

8 uses

	go.uber.org/mock/gomock (current package)
		controller.go#L87: 		h = &nopTestHelper{t}
		controller.go#L146: 		h = &nopTestHelper{t: t}
		controller.go#L153: type nopTestHelper struct {
		controller.go#L157: func (h *nopTestHelper) Errorf(format string, args ...any) {
		controller.go#L161: func (h *nopTestHelper) Fatalf(format string, args ...any) {
		controller.go#L165: func (h nopTestHelper) Helper() {}
		controller.go#L317: 		if h, check := tr.(*nopTestHelper); check {
		controller.go#L320: 	case *nopTestHelper: